Searched defs:section_header (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/courgette/
H A Ddisassembler_elf_32_x86.cc64 const Elf32_Shdr *section_header,
85 size_t file_offset = section_header->sh_offset;
86 size_t section_end = section_header->sh_offset + section_header->sh_size;
89 (Elf32_Rel *)OffsetToPointer(section_header->sh_offset);
91 uint32 section_relocs_count = section_header->sh_size /
92 section_header->sh_entsize;
118 const Elf32_Shdr* section_header) {
120 uint32 start_file_offset = section_header->sh_offset;
121 uint32 end_file_offset = start_file_offset + section_header
63 ParseRelocationSection( const Elf32_Shdr *section_header, AssemblyProgram* program) argument
117 ParseRel32RelocsFromSection( const Elf32_Shdr* section_header) argument
[all...]
H A Ddisassembler_elf_32.cc108 const Elf32_Shdr *section_header = SectionHeader(section_id); local
110 if (section_header->sh_type == SHT_NOBITS)
113 uint32 section_end = section_header->sh_offset + section_header->sh_size;
189 const Elf32_Shdr *section_header = SectionHeader(i); local
192 if (section_header->sh_type == SHT_NOBITS)
195 Elf32_Off section_begin = section_header->sh_offset;
196 Elf32_Off section_end = section_begin + section_header->sh_size;
199 return section_header->sh_addr + (offset32 - section_begin);
263 const Elf32_Shdr *section_header local
321 ParseProgbitsSection( const Elf32_Shdr *section_header, std::vector<size_t>::iterator* current_abs_offset, std::vector<size_t>::iterator end_abs_offset, ScopedVector<TypedRVA>::iterator* current_rel, ScopedVector<TypedRVA>::iterator end_rel, AssemblyProgram* program) argument
428 const Elf32_Shdr *section_header = SectionHeader(section_id); local
466 const Elf32_Shdr *section_header = SectionHeader(section_id); local
491 const Elf32_Shdr *section_header = SectionHeader(section_id); local
[all...]
H A Ddisassembler_elf_32_arm.cc299 const Elf32_Shdr *section_header,
320 size_t file_offset = section_header->sh_offset;
321 size_t section_end = section_header->sh_offset + section_header->sh_size;
324 (Elf32_Rel *)OffsetToPointer(section_header->sh_offset);
326 uint32 section_relocs_count = section_header->sh_size /
327 section_header->sh_entsize;
368 const Elf32_Shdr* section_header) {
370 uint32 start_file_offset = section_header->sh_offset;
371 uint32 end_file_offset = start_file_offset + section_header
298 ParseRelocationSection( const Elf32_Shdr *section_header, AssemblyProgram* program) argument
367 ParseRel32RelocsFromSection( const Elf32_Shdr* section_header) argument
[all...]

Completed in 51 milliseconds