Searched refs:section_address (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/tests/ |
D | dwfl-report-segment-contiguous.c | 30 .section_address = INTUSE(dwfl_offline_section_address),
|
D | dwfl-report-elf-align.c | 33 .section_address = INTUSE(dwfl_offline_section_address),
|
D | dwfl-bug-addr-overflow.c | 30 .section_address = INTUSE(dwfl_offline_section_address),
|
D | backtrace-data.c | 304 .section_address = dwfl_offline_section_address, in main()
|
/external/elfutils/libdwfl/ |
D | argp-std.c | 71 .section_address = INTUSE(dwfl_offline_section_address), 91 .section_address = INTUSE(dwfl_linux_kernel_module_section_address),
|
D | libdwfl.h | 70 int (*section_address) (Dwfl_Module *mod, void **userdata, member
|
D | derelocate.c | 148 && mod->dwfl->callbacks->section_address != NULL) in cache_sections()
|
D | relocate.c | 70 if ((*mod->dwfl->callbacks->section_address) (MODCB_ARGS (mod), in __libdwfl_relocate_value()
|
D | dwfl_module_getdwarf.c | 1327 if (cb->section_address == NULL) in load_dw()
|
D | ChangeLog | 2591 section_address callback is null. 2899 * relocate.c (__libdwfl_relocate_value): Treat section_address of -1 3218 * libdwfl.h (Dwfl_Callbacks.section_address): Take additional
|
/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
D | elf_reader.py | 124 section_address: Field = Field('sh_addr', 0x0C, 0x10, 4, 8) variable in _SectionHeader 269 reader.read(SECTION_HEADER.section_address, base),
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 70 int (*section_address) (Dwfl_Module *mod, void **userdata, member
|
/external/elfutils/src/ |
D | nm.c | 1288 .section_address = dwfl_offline_section_address, in show_symbols()
|
D | readelf.c | 837 .section_address = dwfl_offline_section_address, in create_dwfl()
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 2432 offline_callbacks()->section_address = dwfl_offline_section_address; in create_default_dwfl()
|