Lines Matching refs:section_header
485 GElf_Shdr header_mem, *section_header;
491 section_header= gelf_getshdr(section, &header_mem);
492 if (section_header->sh_type != SHT_HASH
493 && section_header->sh_type != SHT_GNU_HASH)
497 symtab_section_index = section_header->sh_link;
499 if (section_header->sh_type == SHT_HASH)
501 else if (section_header->sh_type == SHT_GNU_HASH)
1338 GElf_Shdr section_header;
1339 if (!gelf_getshdr(symbol_section, §ion_header))
1342 return addr + section_header.sh_addr;