HomeSort by relevance Sort by last modified time
    Searched refs:shdr (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /external/elfutils/src/
addr2line.c 445 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); local
446 if (shdr != NULL)
452 shdr->sh_name));
534 GElf_Shdr *shdr = gelf_getshdr local
537 if (unlikely (shdr == NULL))
540 if (*addr >= shdr->sh_size)
546 *addr += shdr->sh_addr + shdr_bias;
  /external/elfutils/libelf/
libelfP.h 230 } shdr; member in struct:Elf_Scn
322 void *shdr; member in struct:Elf::__anon21957::__anon21958
333 int shdr_malloced; /* Nonzero if shdr array was allocated. */
342 Elf32_Shdr *shdr; /* Used when reading from a file. */ member in struct:Elf::__anon21957::__anon21959
352 int shdr_malloced; /* Nonzero if shdr array was allocated. */
367 Elf64_Shdr *shdr; /* Used when reading from a file. */ member in struct:Elf::__anon21957::__anon21960
377 int shdr_malloced; /* Nonzero if shdr array was allocated. */
  /external/toybox/toys/posix/
file.c 152 char *shdr = map+shoff+i*shsize; local
153 int sh_type = elf_int(shdr+4, 4);
154 long sh_offset = elf_int(shdr+8+8*(bits+1), 4*(bits+1));
155 int sh_size = elf_int(shdr+8+12*(bits+1), 4);
  /external/elfutils/libebl/
libebl.h 138 const GElf_Shdr *shdr, const char *name);
211 const GElf_Shdr *shdr, const char *name,
eblopenbackend.c 514 const GElf_Shdr *shdr __attribute__ ((unused)),
  /external/libunwind/src/
elfxx.h 64 #define GET_SHDR_FIELD(ei, offset, shdr, field) \
65 GET_FIELD(ei, offset, Elf_W(Shdr), shdr, field, false)
  /external/elfutils/tests/
run-strings-test.sh 377 testfile8: 8020 shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0
378 testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
383 testfile8: 81c0 shdr_info[cnt].shdr.sh_type == 11
385 testfile8: 8260 shdr_info[cnt].shdr.sh_type == 18
393 testfile8: 8440 shdr_info[cnt].shdr.sh_type == 2
446 testfile9: 3880 shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0
447 testfile9: 38c0 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
452 testfile9: 3a20 shdr_info[cnt].shdr.sh_type == 11
454 testfile9: 3ac0 shdr_info[cnt].shdr.sh_type == 18
462 testfile9: 3ca0 shdr_info[cnt].shdr.sh_type ==
    [all...]
  /external/libpcap/
pcap-usb-linux.c 830 pcap_usb_setup* shdr; local
844 shdr = &uhdr->setup;
845 shdr->bmRequestType = strtoul(str1, 0, 16);
846 shdr->bRequest = strtoul(str2, 0, 16);
847 shdr->wValue = htols(strtoul(str3, 0, 16));
848 shdr->wIndex = htols(strtoul(str4, 0, 16));
849 shdr->wLength = htols(strtoul(str5, 0, 16));
pcap-common.c 1271 struct sll_header *shdr = (struct sll_header *)buf; local
    [all...]
  /art/runtime/
elf_file.cc 703 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const {
718 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByType(Elf_Word type) const {
746 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionNameStringSection() const {
1364 Elf_Shdr* shdr = GetSectionHeader(i); local
1844 Elf64_Shdr *shdr = elf64_->FindSectionByName(section_name); local
1856 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name); local
    [all...]
  /external/u-boot/include/net/pfe_eth/pfe/
pfe_hw.h 136 int pe_load_elf_section(int id, const void *data, Elf32_Shdr *shdr);
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 218 GElf_Shdr *shdr) {
227 if (gelf_getshdr(scn, shdr) == (GElf_Shdr *)0) {
232 const char *section_name = elf_strptr(elf, shstrndx, shdr->sh_name);
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 590 GElf_Shdr shdr; local
601 if (gelf_getshdr(scn, &shdr) != &shdr) {
605 sectionName = elf_strptr(elf, shdrstrndx, shdr.sh_name);
    [all...]
  /external/elfutils/libdwfl/
libdwfl.h 73 GElf_Word shndx, const GElf_Shdr *shdr,
    [all...]
linux-kernel-modules.c 866 const GElf_Shdr *shdr __attribute__ ((unused)),
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1228 SIPHeader shdr = smp.parseSIPHeader(headers); local
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 87 rbug_get_shader_locked(struct rbug_context *rb_context, rbug_shader_t shdr)
94 if (shdr == VOID2U64(tr_shdr))
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 79 Elf_Shdr *shdr = local
84 shdr->sh_addr = static_cast<addr_type>(Addr);
128 Elf_Shdr *shdr = const_cast<Elf_Shdr *>( local
134 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 116 Elf_Shdr *shdr = local
121 shdr->sh_addr = static_cast<addr_type>(Addr);
151 typedef typename ELFT::Shdr Elf_Shdr;
168 Elf_Shdr *shdr = const_cast<Elf_Shdr *>( local
174 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr);
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 761 shdr = parse_elf_shdr(shdr_off)
762 name = extract_str(shstrtab_off + shdr.sh_name)
763 sections[name] = shdr
    [all...]

Completed in 1714 milliseconds

1 2 3 45