HomeSort by relevance Sort by last modified time
    Searched full:phdrs (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
phdrs3.d 1 # name: PHDRS headers
2 # source: phdrs.s
4 # error: \A[^ \n]*:[^:\n]*:5: PHDRS and FILEHDR.*
phdrs.t 0 PHDRS
3 header PT_PHDR PHDRS ;
4 text PT_LOAD FILEHDR PHDRS ;
phdrs3.t 0 PHDRS
4 header PT_PHDR PHDRS ; /* OK */
5 text PT_LOAD FILEHDR PHDRS ;
phdrs3a.t 0 PHDRS
3 data PT_LOAD FILEHDR PHDRS FLAGS(4);
4 text PT_LOAD FILEHDR PHDRS FLAGS(1);
phdrs2.t 0 PHDRS
10 /* The PHDRS generated should start at the aligned .foo section
phdrs3a.d 1 #name: PHDRS headers 3a
2 #source: phdrs.s
size-2.t 0 PHDRS
3 header PT_PHDR FILEHDR PHDRS ;
phdrs.exp 1 # Test PHDRS in a linker script.
22 # PHDRS is only meaningful for ELF.
29 set testname "PHDRS"
36 if ![ld_assemble $as $srcdir/$subdir/phdrs.s tmpdir/phdrs.o] {
45 if [is_elf64 tmpdir/phdrs.o] {
50 set ldopt "$ldopt -T $srcdir/$subdir/phdrs.t tmpdir/phdrs.o"
51 if ![ld_simple_link $ld tmpdir/phdrs $ldopt] {
58 set exec_output [run_host_cmd "$objdump" "--private-headers tmpdir/phdrs"]
    [all...]
empty-orphan.t 8 PHDRS
phdrs3.exp 1 # Test PHDRS in a linker script.
22 # PHDRS is only meaningful for ELF.
29 set testname "PHDRS headers"
defined2.d 3 #source: phdrs.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
extract-symbol-1.ld 2 PHDRS
maxpage5.t 4 PHDRS
nobits-1.t 2 PHDRS
note-1.t 2 PHDRS
note-2.t 2 PHDRS
note-3.t 0 PHDRS
3 text PT_LOAD FILEHDR PHDRS ;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_9.t 0 PHDRS
script_test_3.t 47 PHDRS
49 text PT_LOAD FILEHDR PHDRS FLAGS(5);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
alloc.t 2 PHDRS {
  /external/libunwind/src/coredump/
_UCD_create.c 149 Debug(0, "Can't read phdrs from '%s'\n", filename);
153 coredump_phdr_t *phdrs = ui->phdrs = memset(malloc(size * sizeof(phdrs[0])), 0, size * sizeof(phdrs[0])); local
156 coredump_phdr_t *cur = phdrs;
163 Debug(0, "Can't read phdrs from '%s'\n", filename);
182 coredump_phdr_t *cur = phdrs;
189 Debug(0, "Can't read phdrs from '%s'\n", filename);
209 coredump_phdr_t *cur = phdrs;
    [all...]
_UCD_internal.h 57 /* Similar to ELF phdrs. p_paddr element is absent,
90 coredump_phdr_t *phdrs; /* array, allocated */ member in struct:UCD_info
  /external/elfutils/tests/
run-deleted.sh 46 # (see backends/ppc64_init.c) but for the deleted-lib we only have phdrs.
48 # the EH_FRAME through phdrs just fine, we can unwind into main.
  /toolchain/binutils/binutils-2.25/gold/
script-sections.h 89 // Return whether we ever saw a PHDRS clause. We ignore the PHDRS
186 bool filehdr, bool phdrs, bool is_flags_valid, unsigned int flags,
195 // specified by the PHDRS clause.
287 // Create the segments from a PHDRS clause.
291 // Attach sections to segments from a PHDRS clause.
295 // Set addresses of segments from a PHDRS clause.
309 // The list of program headers in the PHDRS clause.
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 576 ESZ(Phdr) *phdrs;
642 phdrs = VG_(malloc)("coredump-elf.mec.1", sizeof(*phdrs) * num_phdrs);
673 off = sizeof(ehdr) + sizeof(*phdrs) * num_phdrs;
675 phdrs[0].p_type = PT_NOTE;
676 phdrs[0].p_offset = off;
677 phdrs[0].p_vaddr = 0;
678 phdrs[0].p_paddr = 0;
679 phdrs[0].p_filesz = notesz;
680 phdrs[0].p_memsz = 0
    [all...]

Completed in 295 milliseconds

1 2 3 4 5 6 7