Home
last modified time | relevance | path

Searched refs:find_symbol_table_section (Results 1 – 8 of 8) sorted by relevance

/third_party/libabigail/include/
Dabg-elf-reader.h110 find_symbol_table_section() const;
/third_party/libabigail/src/
Dabg-elf-helpers.h86 find_symbol_table_section(Elf* elf_handle);
Dabg-elf-reader.cc603 reader::find_symbol_table_section() const in find_symbol_table_section() function in abigail::elf::reader
607 elf_helpers::find_symbol_table_section(elf_handle()); in find_symbol_table_section()
Dabg-elf-helpers.cc425 find_symbol_table_section(Elf* elf_handle) in find_symbol_table_section() function
459 Elf_Scn* section = find_symbol_table_section(elf_handle); in find_symbol_table_section_index()
Dabg-symtab-reader.cc214 Elf_Scn* symtab_section = elf_helpers::find_symbol_table_section(elf_handle); in load_()
Dabg-dwarf-reader.cc4782 find_symbol_table_section() const in find_symbol_table_section() function in abigail::dwarf::reader
4783 {return const_cast<Elf_Scn*>(abigail::elf::reader::find_symbol_table_section());} in find_symbol_table_section()
4801 Elf_Scn* symtab_section = find_symbol_table_section(); in lookup_native_elf_symbol_from_index()
/third_party/libabigail/
DNEWS425 elf-helpers: refactor find_symbol_table_section
DChangeLog638 find_symbol_table_section, get_variable_address,
5554 elf-helpers: refactor find_symbol_table_section
5558 (find_symbol_table_section): Use new find_*_section functions.
11242 (read_context::find_symbol_table_section):
11243 adjust to new interface of elf_helpers::find_symbol_table_section.
11252 * src/elf-helpers.cc (find_symbol_table_section): change
11255 find_symbol_table_section.
11261 * src/elf-helpers.h (find_symbol_table_section): Change declaration.
11328 (find_symbol_table_section): Likewise.
11343 (find_symbol_table_section): Likewise.
[all …]