HomeSort by: relevance | last modified time | path
    Searched refs:section_offset (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.h 627 CORE_ADDR section_offset (bfd_section *section) const function in struct:objfile
914 return this->objfile->section_offset (this->the_bfd_section);
  /src/external/gpl3/gdb/dist/gdb/
objfiles.h 633 CORE_ADDR section_offset (bfd_section *section) const function in struct:objfile
877 return this->objfile->section_offset (this->the_bfd_section);
solib-svr4.c 3503 ULONGEST section_offset = asect->vma - phdr->p_vaddr; local
3506 CORE_ADDR unaligned_start = sec->addr - section_offset;
  /src/external/gpl3/binutils/dist/bfd/
coff64-rs6000.c 785 bfd_vma section_offset; local
793 section_offset = rel->r_vaddr - input_section->vma;
805 && section_offset + 8 <= input_section->size)
810 pnext = contents + section_offset + 4;
871 && section_offset + 4 <= input_section->size)
878 ptr = contents + section_offset;
894 + section_offset);
coff-rs6000.c 3192 bfd_vma section_offset;
3200 section_offset = rel->r_vaddr - input_section->vma;
3212 && section_offset + 8 <= input_section->size)
3217 pnext = contents + section_offset + 4;
3280 && section_offset + 4 <= input_section->size)
3287 ptr = contents + section_offset;
3303 + section_offset);
3186 bfd_vma section_offset; local
  /src/external/gpl3/binutils.old/dist/bfd/
coff64-rs6000.c 785 bfd_vma section_offset; local
793 section_offset = rel->r_vaddr - input_section->vma;
805 && section_offset + 8 <= input_section->size)
810 pnext = contents + section_offset + 4;
871 && section_offset + 4 <= input_section->size)
878 ptr = contents + section_offset;
894 + section_offset);
coff-rs6000.c 3192 bfd_vma section_offset;
3200 section_offset = rel->r_vaddr - input_section->vma;
3212 && section_offset + 8 <= input_section->size)
3217 pnext = contents + section_offset + 4;
3280 && section_offset + 4 <= input_section->size)
3287 ptr = contents + section_offset;
3303 + section_offset);
3186 bfd_vma section_offset; local
  /src/external/gpl3/gdb.old/dist/bfd/
coff64-rs6000.c 785 bfd_vma section_offset; local
793 section_offset = rel->r_vaddr - input_section->vma;
805 && section_offset + 8 <= input_section->size)
810 pnext = contents + section_offset + 4;
871 && section_offset + 4 <= input_section->size)
878 ptr = contents + section_offset;
894 + section_offset);
coff-rs6000.c 3192 bfd_vma section_offset;
3200 section_offset = rel->r_vaddr - input_section->vma;
3212 && section_offset + 8 <= input_section->size)
3217 pnext = contents + section_offset + 4;
3280 && section_offset + 4 <= input_section->size)
3287 ptr = contents + section_offset;
3303 + section_offset);
3186 bfd_vma section_offset; local
  /src/external/gpl3/gdb/dist/bfd/
coff64-rs6000.c 785 bfd_vma section_offset; local
793 section_offset = rel->r_vaddr - input_section->vma;
805 && section_offset + 8 <= input_section->size)
810 pnext = contents + section_offset + 4;
871 && section_offset + 4 <= input_section->size)
878 ptr = contents + section_offset;
894 + section_offset);
coff-rs6000.c 3192 bfd_vma section_offset;
3200 section_offset = rel->r_vaddr - input_section->vma;
3212 && section_offset + 8 <= input_section->size)
3217 pnext = contents + section_offset + 4;
3280 && section_offset + 4 <= input_section->size)
3287 ptr = contents + section_offset;
3303 + section_offset);
3186 bfd_vma section_offset; local
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 9505 uint64_t section_offset,
9516 return value + (uint64_t)(section->address + section_offset);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 9422 uint64_t section_offset,
9433 return value + (uint64_t)(section->address + section_offset);

Completed in 56 milliseconds