Home
last modified time | relevance | path

Searched refs:cuoff (Results 1 – 23 of 23) sorted by relevance

/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Dcu.c174 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) in intern_cu() argument
176 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size)) in intern_cu()
195 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cudie); in intern_cu()
248 Dwarf_Off cuoff; in __libdwfl_nextcu() local
254 cuoff = 0; in __libdwfl_nextcu()
260 cuoff = lastcu->die.cu->end; in __libdwfl_nextcu()
268 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, in __libdwfl_nextcu()
278 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp); in __libdwfl_nextcu()
H A DChangeLog696 * cu.c (intern_cu): Check for EOF and check cuoff points to a real
/dports/devel/elfutils/elfutils-0.179/tests/
H A Dget-lines.c49 Dwarf_Off cuoff = 0; in main() local
55 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0) in main()
59 asz, osz, (unsigned long long int) cuoff); in main()
70 old_cuoff = cuoff; in main()
H A Dshow-abbrev.c43 Dwarf_Off cuoff = 0; in main() local
46 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) in main()
128 old_cuoff = cuoff; in main()
H A Ddwarf-ranges.c35 ptrdiff_t cuoff = strtol (argv[2], NULL, 0); in main() local
40 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem); in main()
H A Ddwarf-getmacros.c125 ptrdiff_t cuoff = strtol (argv[2], NULL, 0); in main() local
131 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem); in main()
H A Dshow-die-info.c67 Dwarf_Off cuoff; in handle() local
90 cuoff = dwarf_cuoffset (die); in handle()
95 printf ("%*s CU offset : %lld\n", n * 5, "", (long long int) cuoff); in handle()
/dports/devel/bsdelf/elftoolchain-0.7.1/libdwarf/
H A Dlibdwarf_nametbl.c65 uint64_t offset, dwarf_size, length, cuoff; in _dwarf_nametbl_init() local
120 cuoff = dbg->read(ds->ds_data, &offset, dwarf_size); in _dwarf_nametbl_init()
121 if (cuoff == 0) in _dwarf_nametbl_init()
130 np->np_offset = cuoff; in _dwarf_nametbl_init()
/dports/devel/elftoolchain/elftoolchain-0.7.1/libdwarf/
H A Dlibdwarf_nametbl.c65 uint64_t offset, dwarf_size, length, cuoff; in _dwarf_nametbl_init() local
120 cuoff = dbg->read(ds->ds_data, &offset, dwarf_size); in _dwarf_nametbl_init()
121 if (cuoff == 0) in _dwarf_nametbl_init()
130 np->np_offset = cuoff; in _dwarf_nametbl_init()
/dports/devel/libdwarf/dwarf-20161124/dwarfgen/
H A Dcreateirepfrombinary.cc690 Dwarf_Off cuoff = 0; in readGlobals() local
692 &dieoff,&cuoff,&error); in readGlobals()
694 IRPub p(name,dieoff,cuoff); in readGlobals()
713 Dwarf_Off cuoff = 0; in readGlobals() local
715 &dieoff,&cuoff,&error); in readGlobals()
717 IRPub p(name,dieoff,cuoff); in readGlobals()
H A Direpdie.h132 Dwarf_Unsigned cuoff) { in setBaseData() argument
135 cuRelativeOffset_ = cuoff; in setBaseData()
/dports/devel/dwarfdump/dwarf-20161124/dwarfgen/
H A Dcreateirepfrombinary.cc690 Dwarf_Off cuoff = 0; in readGlobals() local
692 &dieoff,&cuoff,&error); in readGlobals()
694 IRPub p(name,dieoff,cuoff); in readGlobals()
713 Dwarf_Off cuoff = 0; in readGlobals() local
715 &dieoff,&cuoff,&error); in readGlobals()
717 IRPub p(name,dieoff,cuoff); in readGlobals()
H A Direpdie.h132 Dwarf_Unsigned cuoff) { in setBaseData() argument
135 cuRelativeOffset_ = cuoff; in setBaseData()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/debug/gosym/
H A Dpclntab.go481 cuoff := t.binary.Uint32(f[t.ptrsize+7*4:])
482 if fnoff := t.binary.Uint32(t.cutab[(cuoff+uint32(fno))*4:]); fnoff != ^uint32(0) {
512 cuoff := t.binary.Uint32(f[t.ptrsize+7*4:]) * 4
513 cutab = t.cutab[cuoff:]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/debug/gosym/
H A Dpclntab.go481 cuoff := t.binary.Uint32(f[t.ptrsize+7*4:])
482 if fnoff := t.binary.Uint32(t.cutab[(cuoff+uint32(fno))*4:]); fnoff != ^uint32(0) {
512 cuoff := t.binary.Uint32(f[t.ptrsize+7*4:]) * 4
513 cutab = t.cutab[cuoff:]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/debug/gosym/
H A Dpclntab.go481 cuoff := t.binary.Uint32(f[t.ptrsize+7*4:])
482 if fnoff := t.binary.Uint32(t.cutab[(cuoff+uint32(fno))*4:]); fnoff != ^uint32(0) {
512 cuoff := t.binary.Uint32(f[t.ptrsize+7*4:]) * 4
513 cutab = t.cutab[cuoff:]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/debug/gosym/
H A Dpclntab.go481 cuoff := t.binary.Uint32(f[t.ptrsize+7*4:])
482 if fnoff := t.binary.Uint32(t.cutab[(cuoff+uint32(fno))*4:]); fnoff != ^uint32(0) {
512 cuoff := t.binary.Uint32(f[t.ptrsize+7*4:]) * 4
513 cutab = t.cutab[cuoff:]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/debug/gosym/
H A Dpclntab.go599 cuoff := f.cuOffset()
600 if fnoff := t.binary.Uint32(t.cutab[(cuoff+uint32(fno))*4:]); fnoff != ^uint32(0) {
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Dprint_die.c4781 Dwarf_Off cuoff = 0; in get_attr_value() local
4801 res = dwarf_die_CU_offset_range(die,&cuoff, in get_attr_value()
4806 Dwarf_Off cuend = cuoff+culen; in get_attr_value()
4807 if (off < cuoff || off >= cuend) { in get_attr_value()
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Dprint_die.c4781 Dwarf_Off cuoff = 0; in get_attr_value() local
4801 res = dwarf_die_CU_offset_range(die,&cuoff, in get_attr_value()
4806 Dwarf_Off cuend = cuoff+culen; in get_attr_value()
4807 if (off < cuoff || off >= cuend) { in get_attr_value()
/dports/devel/bsdelf/elftoolchain-0.7.1/readelf/
H A Dreadelf.c5083 Dwarf_Off dieoff, cuoff, culen, attroff; in dump_dwarf_die() local
5107 if (dwarf_die_CU_offset_range(die, &cuoff, &culen, &de) != DW_DLV_OK) { in dump_dwarf_die()
5110 cuoff = 0; in dump_dwarf_die()
5178 v_off += cuoff; in dump_dwarf_die()
/dports/devel/elftoolchain/elftoolchain-0.7.1/readelf/
H A Dreadelf.c5083 Dwarf_Off dieoff, cuoff, culen, attroff; in dump_dwarf_die() local
5107 if (dwarf_die_CU_offset_range(die, &cuoff, &culen, &de) != DW_DLV_OK) { in dump_dwarf_die()
5110 cuoff = 0; in dump_dwarf_die()
5178 v_off += cuoff; in dump_dwarf_die()
/dports/devel/dwz/dwz/
H A Ddwz.c13206 unsigned int culen, value, cuoff; in write_aranges() local
13229 cuoff = read_32 (ptr); in write_aranges()
13240 else if (cu->cu_offset == cuoff) in write_aranges()
13246 if (cu->cu_offset == cuoff) in write_aranges()
13251 "offset 0x%x", dso->filename, cuoff); in write_aranges()