/dports/devel/elfutils/elfutils-0.179/libdwfl/ |
H A D | cu.c | 174 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 D | ChangeLog | 696 * cu.c (intern_cu): Check for EOF and check cuoff points to a real
|
/dports/devel/elfutils/elfutils-0.179/tests/ |
H A D | get-lines.c | 49 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 D | show-abbrev.c | 43 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 D | dwarf-ranges.c | 35 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 D | dwarf-getmacros.c | 125 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 D | show-die-info.c | 67 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 D | libdwarf_nametbl.c | 65 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 D | libdwarf_nametbl.c | 65 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 D | createirepfrombinary.cc | 690 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 D | irepdie.h | 132 Dwarf_Unsigned cuoff) { in setBaseData() argument 135 cuRelativeOffset_ = cuoff; in setBaseData()
|
/dports/devel/dwarfdump/dwarf-20161124/dwarfgen/ |
H A D | createirepfrombinary.cc | 690 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 D | irepdie.h | 132 Dwarf_Unsigned cuoff) { in setBaseData() argument 135 cuRelativeOffset_ = cuoff; in setBaseData()
|
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/debug/gosym/ |
H A D | pclntab.go | 481 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 D | pclntab.go | 481 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 D | pclntab.go | 481 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 D | pclntab.go | 481 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 D | pclntab.go | 599 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 D | print_die.c | 4781 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 D | print_die.c | 4781 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 D | readelf.c | 5083 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 D | readelf.c | 5083 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 D | dwz.c | 13206 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()
|