Searched refs:section_headers (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/binutils/binutils/ |
| HD | readelf.c | 181 static Elf_Internal_Shdr *section_headers; variable 286 #define SECTION_HEADER(I) (section_headers + SECTION_HEADER_INDEX (I)) 583 if (streq (SECTION_NAME (section_headers + i), name)) in find_section() 584 return section_headers + i; in find_section() 1260 sec_name = SECTION_NAME (section_headers + sec_index); in dump_relocations() 3233 if (section_headers != NULL && elf_header.e_shnum == 0) in process_file_header() 3234 printf (" (%ld)", (long) section_headers[0].sh_size); in process_file_header() 3238 if (section_headers != NULL && elf_header.e_shstrndx == SHN_XINDEX) in process_file_header() 3239 printf (" (%ld)", (long) section_headers[0].sh_link); in process_file_header() 3248 if (section_headers != NULL) in process_file_header() [all …]
|
| HD | ChangeLog-0001 | 58 (dump_relocations): Use SECTION_HEADER to index "section_headers". 63 "section_headers".
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 686 SectionHeaderColl section_headers; in GetModuleSpecifications() local 689 …GetSectionHeaderInfo(section_headers, data, header, uuid, gnu_debuglink_file, gnu_debuglink_crc, s… in GetModuleSpecifications() 1413 ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl §ion_headers, in GetSectionHeaderInfo() argument 1422 if (!section_headers.empty()) in GetSectionHeaderInfo() 1423 return section_headers.size(); in GetSectionHeaderInfo() 1470 section_headers.resize(header.e_shnum); in GetSectionHeaderInfo() 1471 if (section_headers.size() != header.e_shnum) in GetSectionHeaderInfo() 1484 if (section_headers[idx].Parse(sh_data, &offset) == false) in GetSectionHeaderInfo() 1487 if (idx < section_headers.size()) in GetSectionHeaderInfo() 1488 section_headers.resize(idx); in GetSectionHeaderInfo() [all …]
|
| HD | ObjectFileELF.h | 293 GetSectionHeaderInfo(SectionHeaderColl §ion_headers,
|