Home
last modified time | relevance | path

Searched refs:section_header (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/.gitlab-ci/lava/utils/
Dlog_section.py44 section_header: str
56 section_header = self.section_header.format(*match.groups())
59 header=section_header,
70 section_header="test_case {}",
77 section_header="test_suite {}",
84 section_header="Post test_case {}",
/third_party/libabigail/src/
Dabg-elf-helpers.cc485 GElf_Shdr header_mem, *section_header; in find_hash_table_section_index() local
491 section_header= gelf_getshdr(section, &header_mem); in find_hash_table_section_index()
492 if (section_header->sh_type != SHT_HASH in find_hash_table_section_index()
493 && section_header->sh_type != SHT_GNU_HASH) in find_hash_table_section_index()
497 symtab_section_index = section_header->sh_link; in find_hash_table_section_index()
499 if (section_header->sh_type == SHT_HASH) in find_hash_table_section_index()
501 else if (section_header->sh_type == SHT_GNU_HASH) in find_hash_table_section_index()
1338 GElf_Shdr section_header; in maybe_adjust_et_rel_sym_addr_to_abs_addr() local
1339 if (!gelf_getshdr(symbol_section, &section_header)) in maybe_adjust_et_rel_sym_addr_to_abs_addr()
1342 return addr + section_header.sh_addr; in maybe_adjust_et_rel_sym_addr_to_abs_addr()
Dabg-ctf-reader.cc1595 GElf_Shdr section_header_mem, *section_header; in fill_ctf_section() local
1598 section_header = gelf_getshdr(const_cast<Elf_Scn*>(elf_section), in fill_ctf_section()
1602 ABG_ASSERT (section_header != NULL); in fill_ctf_section()
1608 ctf_section->cts_entsize = section_header->sh_entsize; in fill_ctf_section()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c302 GElf_Shdr section_header; in r600_elf_read() local
303 if (gelf_getshdr(section, &section_header) != &section_header) { in r600_elf_read()
307 name = elf_strptr(elf, section_str_index, section_header.sh_name); in r600_elf_read()
330 symbol_sh_link = section_header.sh_link; in r600_elf_read()
331 parse_symbol_table(symbols, &section_header, binary); in r600_elf_read()
334 binary->reloc_count = section_header.sh_size / in r600_elf_read()
335 section_header.sh_entsize; in r600_elf_read()
/third_party/elfio/elfio/
Delfio_dump.hpp739 section_header( out, i, sec, reader.get_class() ); in section_headers()
751 static void section_header( std::ostream& out, in section_header() function in ELFIO::dump
/third_party/libabigail/
DNEWS785 dwarf-reader: handle symtab.section_header.sh_entsize == 0
DChangeLog12611 dwarf-reader: handle symtab.section_header.sh_entsize == 0