HomeSort by relevance Sort by last modified time
    Searched refs:section_header (Results 1 - 14 of 14) sorted by null

  /external/autotest/client/site_tests/webstore_SanityTest/
webstore_SanityTest.py 14 def section_header(self, name): member in class:webstore_SanityTest
31 self.driver.find_element_by_xpath(self.section_header(section))
  /external/perf_data_converter/src/quipper/
dso_test_utils.cc 112 GElf_Shdr section_header; local
113 CHECK(gelf_getshdr(section, &section_header)) << elf_errmsg(-1);
114 section_header.sh_name = string_table.Add(section_name);
115 section_header.sh_type = SHT_NOTE;
116 CHECK(gelf_update_shdr(section, &section_header)) << elf_errmsg(-1);
138 GElf_Shdr section_header; local
139 CHECK(gelf_getshdr(section, &section_header)) << elf_errmsg(-1);
140 section_header.sh_name = string_table.Add(".shstrtab");
141 section_header.sh_type = SHT_STRTAB;
142 CHECK(gelf_update_shdr(section, &section_header)) << elf_errmsg(-1)
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
build_report.py 51 for section_header in BuildReport.CONST_SECTION_HEADERS:
52 if line.strip() == section_header[0]:
53 section_header[1](self, report_file)
  /bionic/tools/relocation_packer/src/
elf_file.cc 112 const Shdr* section_header) {
114 VLOG(1) << " sh_addr = " << section_header->sh_addr;
115 VLOG(1) << " sh_offset = " << section_header->sh_offset;
116 VLOG(1) << " sh_size = " << section_header->sh_size;
117 VLOG(1) << " sh_entsize = " << section_header->sh_entsize;
118 VLOG(1) << " sh_addralign = " << section_header->sh_addralign;
199 auto section_header = ELF::getshdr(section); local
200 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
201 VerboseLogSectionHeader(name, section_header);
204 if (section_header->sh_type == SHT_REL || section_header->sh_type == SHT_ANDROID_REL)
288 auto section_header = ELF::getshdr(section); local
487 typename ELF::Shdr* section_header = ELF::getshdr(section); local
584 auto section_header = ELF::getshdr(section); local
752 typename ELF::Shdr* section_header = ELF::getshdr(relocations_section_); local
842 typename ELF::Shdr* section_header = ELF::getshdr(relocations_section_); local
895 typename ELF::Shdr* section_header = ELF::getshdr(relocations_section_); local
    [all...]
  /art/runtime/
elf_file.cc 210 Elf_Shdr* section_header = GetSectionHeader(i); local
211 if (section_header == nullptr) {
216 switch (section_header->sh_type) {
218 if (!CheckAndSet(section_header->sh_offset, "symtab",
225 if (!CheckAndSet(section_header->sh_offset, "dynsym",
233 if ((section_header->sh_flags & SHF_ALLOC) != 0) {
235 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name);
237 if (!CheckAndSet(section_header->sh_offset, "dynstr",
244 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name);
246 if (!CheckAndSet(section_header->sh_offset, "strtab"
316 Elf_Shdr* section_header = GetSectionHeader(i); local
718 uint8_t* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize); local
731 Elf_Shdr* section_header = GetSectionHeader(i); local
    [all...]
  /external/mesa3d/src/amd/common/
ac_binary.c 137 GElf_Shdr section_header; local
138 if (gelf_getshdr(section, &section_header) != &section_header) {
142 name = elf_strptr(elf, section_str_index, section_header.sh_name);
165 symbol_sh_link = section_header.sh_link;
166 parse_symbol_table(symbols, &section_header, binary);
169 binary->reloc_count = section_header.sh_size /
170 section_header.sh_entsize;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_elf_util.c 131 GElf_Shdr section_header; local
132 if (gelf_getshdr(section, &section_header) != &section_header) {
136 name = elf_strptr(elf, section_str_index, section_header.sh_name);
159 symbol_sh_link = section_header.sh_link;
160 parse_symbol_table(symbols, &section_header, binary);
163 binary->reloc_count = section_header.sh_size /
164 section_header.sh_entsize;
  /toolchain/binutils/binutils-2.27/gold/
yyscript.y 214 %type <output_section_header> section_header opt_address_and_section_type
365 | string section_header
373 section_header: label
390 '(' in section_header. */
object.cc 989 typename This::Shdr symshdr(this, this->elf_file_.section_header(link));
    [all...]
arm.cc     [all...]
aarch64.cc     [all...]
mips.cc     [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_file.h 54 // elfcpp::Shdr shdr(file, ef.section_header(n));
196 section_header(unsigned int shndx) function in class:elfcpp::Elf_file
  /build/make/tools/releasetools/
blockimgdiff.py 320 section_header = ' {} (count: {}) '.format(key, len(values))
321 print_header(section_header, '-')
    [all...]

Completed in 606 milliseconds