Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-elf-helpers.h53 find_symbol_table_section(Elf* elf_handle);
Dabg-elf-helpers.cc347 find_symbol_table_section(Elf* elf_handle) in find_symbol_table_section() function
389 Elf_Scn* section = find_symbol_table_section(elf_handle); in find_symbol_table_section_index()
Dabg-symtab-reader.cc208 Elf_Scn* symtab_section = elf_helpers::find_symbol_table_section(elf_handle); in load_()
Dabg-dwarf-reader.cc5220 find_symbol_table_section() const in find_symbol_table_section() function in abigail::dwarf_reader::read_context
5223 symtab_section_ = elf_helpers::find_symbol_table_section(elf_handle()); in find_symbol_table_section()
5243 Elf_Scn* symtab_section = find_symbol_table_section(); in lookup_native_elf_symbol_from_index()
/external/libabigail/
DChangeLog2828 (read_context::find_symbol_table_section):
2829 adjust to new interface of elf_helpers::find_symbol_table_section.
2838 * src/elf-helpers.cc (find_symbol_table_section): change
2841 find_symbol_table_section.
2847 * src/elf-helpers.h (find_symbol_table_section): Change declaration.
2914 (find_symbol_table_section): Likewise.
2929 (find_symbol_table_section): Likewise.
2944 (find_symbol_table_section): Likewise.
12080 (read_context::{find_symbol_table_section, find_opd_section,
21341 (read_context::find_symbol_table_section): Allow returning a nil
[all …]