Home
last modified time | relevance | path

Searched refs:symbol_section (Results 1 – 2 of 2) sorted by relevance

/third_party/elfio/elfio/
Delfio_symbols.hpp34 S* symbol_section ) in symbol_section_accessor_template() argument
35 : elf_file( elf_file ), symbol_section( symbol_section ) in symbol_section_accessor_template()
57 if ( symbol_section->get_entry_size() >= minimum_symbol_size && in get_symbols_num()
58 symbol_section->get_size() <= symbol_section->get_stream_size() ) { in get_symbols_num()
60 symbol_section->get_size() / symbol_section->get_entry_size(); in get_symbols_num()
183 if ( symbol_section->get_size() == 0 ) { in add_symbol()
269 if ( sec->get_link() == symbol_section->get_index() && in find_hash_section()
283 return (Elf_Half)symbol_section->get_link(); in get_string_table_index()
397 if ( 0 != symbol_section->get_data() && index < get_symbols_num() ) { in generic_get_symbol_ptr()
399 symbol_section->get_data() + in generic_get_symbol_ptr()
[all …]
/third_party/libabigail/src/
Dabg-elf-helpers.cc1325 Elf_Scn* symbol_section = elf_getscn(elf_handle, sym->st_shndx); in maybe_adjust_et_rel_sym_addr_to_abs_addr() local
1328 if (!symbol_section) in maybe_adjust_et_rel_sym_addr_to_abs_addr()
1339 if (!gelf_getshdr(symbol_section, &section_header)) in maybe_adjust_et_rel_sym_addr_to_abs_addr()