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

  /art/compiler/
elf_writer_quick.h 58 ElfSectionBuilder(const std::string& sec_name, Elf32_Word type, Elf32_Word flags,
61 : name_(sec_name), link_(link) {
92 ElfDynamicBuilder(const std::string& sec_name, ElfSectionBuilder *link)
93 : ElfSectionBuilder(sec_name, SHT_DYNAMIC, SHF_ALLOC | SHF_ALLOC, link,
123 ElfRawSectionBuilder(const std::string& sec_name, Elf32_Word type, Elf32_Word flags,
126 : ElfSectionBuilder(sec_name, type, flags, link, info, align, entsize) {}
140 ElfOatSectionBuilder(const std::string& sec_name, Elf32_Word size, Elf32_Word offset,
142 : ElfSectionBuilder(sec_name, type, flags, NULL, 0, kPageSize, 0),
169 ElfSymtabBuilder(const std::string& sec_name, Elf32_Word type,
171 : ElfSectionBuilder(sec_name, type, ((alloc) ? SHF_ALLOC : 0U), &strtab_, 0
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 448 const char* sec_name = get_str_sec_str(pull_val(cur_section->sh_name)); local
449 if (sec_name != NULL && strcmp(name, sec_name) == 0) {
  /external/valgrind/main/VEX/switchback/
linker.c     [all...]
  /external/valgrind/main/VEX/unused/
linker.c 962 char* sec_name; local
1021 sec_name = sh_strtab + shdr[i].sh_name;
1023 && (0 == strcmp(".debug_info", sec_name)
1024 || 0 == strcmp(".debug_line", sec_name)
1025 || 0 == strcmp(".debug_pubnames", sec_name)
1026 || 0 == strcmp(".debug_aranges", sec_name)
1027 || 0 == strcmp(".debug_frame", sec_name))) {
    [all...]
  /art/runtime/
elf_file.cc 1282 const char* sec_name = GetString(*shstrtab_sec, shdr->sh_name); local
    [all...]
  /system/media/camera/docs/
metadata_model.py 443 for sec_name, sec in sections_dict.iteritems():
459 for sec_name, sec in sections_dict.iteritems():
    [all...]

Completed in 1138 milliseconds