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

  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.h 36 int plt_stub_align; member in struct:ppc_elf_params
elf64-ppc.h 53 int plt_stub_align; member in struct:ppc64_elf_params
elf64-ppc.c 10206 if (htab->params->plt_stub_align >= 0)
10207 align_power = htab->params->plt_stub_align;
10209 align_power = -htab->params->plt_stub_align;
10212 aligned at least to plt_stub_align even when no global
10217 if (htab->params->plt_stub_align >= 0
11233 /* Depending on the sign of plt_stub_align:
11234 If positive, return the padding to align to a 2**plt_stub_align
11236 If negative, if this stub would cross fewer 2**plt_stub_align
11240 plt_stub_pad (int plt_stub_align,
11246 if (plt_stub_align >= 0
    [all...]
elf32-ppc.c 82 + (1u << htab->params->plt_stub_align) - 1) \
83 & -(1u << htab->params->plt_stub_align))
2381 if (p2align < htab->params->plt_stub_align)
2382 p2align = htab->params->plt_stub_align;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.h 36 int plt_stub_align; member in struct:ppc_elf_params
elf64-ppc.h 53 int plt_stub_align; member in struct:ppc64_elf_params
elf64-ppc.c 10206 if (htab->params->plt_stub_align >= 0)
10207 align_power = htab->params->plt_stub_align;
10209 align_power = -htab->params->plt_stub_align;
10212 aligned at least to plt_stub_align even when no global
10217 if (htab->params->plt_stub_align >= 0
11233 /* Depending on the sign of plt_stub_align:
11234 If positive, return the padding to align to a 2**plt_stub_align
11236 If negative, if this stub would cross fewer 2**plt_stub_align
11240 plt_stub_pad (int plt_stub_align,
11246 if (plt_stub_align >= 0
    [all...]
elf32-ppc.c 78 + (1u << htab->params->plt_stub_align) - 1) \
79 & -(1u << htab->params->plt_stub_align))
2394 if (p2align < htab->params->plt_stub_align)
2395 p2align = htab->params->plt_stub_align;
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.h 36 int plt_stub_align; member in struct:ppc_elf_params
elf64-ppc.h 53 int plt_stub_align; member in struct:ppc64_elf_params
elf64-ppc.c 10199 if (htab->params->plt_stub_align >= 0)
10200 align_power = htab->params->plt_stub_align;
10202 align_power = -htab->params->plt_stub_align;
10205 aligned at least to plt_stub_align even when no global
10210 if (htab->params->plt_stub_align >= 0
11216 /* Depending on the sign of plt_stub_align:
11217 If positive, return the padding to align to a 2**plt_stub_align
11219 If negative, if this stub would cross fewer 2**plt_stub_align
11223 plt_stub_pad (int plt_stub_align,
11229 if (plt_stub_align >= 0
    [all...]
elf32-ppc.c 78 + (1u << htab->params->plt_stub_align) - 1) \
79 & -(1u << htab->params->plt_stub_align))
2394 if (p2align < htab->params->plt_stub_align)
2395 p2align = htab->params->plt_stub_align;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.h 36 int plt_stub_align; member in struct:ppc_elf_params
elf64-ppc.h 53 int plt_stub_align; member in struct:ppc64_elf_params
elf64-ppc.c 10196 if (htab->params->plt_stub_align >= 0)
10197 align_power = htab->params->plt_stub_align;
10199 align_power = -htab->params->plt_stub_align;
10202 aligned at least to plt_stub_align even when no global
10207 if (htab->params->plt_stub_align >= 0
11213 /* Depending on the sign of plt_stub_align:
11214 If positive, return the padding to align to a 2**plt_stub_align
11216 If negative, if this stub would cross fewer 2**plt_stub_align
11220 plt_stub_pad (int plt_stub_align,
11226 if (plt_stub_align >= 0
    [all...]
elf32-ppc.c 78 + (1u << htab->params->plt_stub_align) - 1) \
79 & -(1u << htab->params->plt_stub_align))
2396 if (p2align < htab->params->plt_stub_align)
2397 p2align = htab->params->plt_stub_align;

Completed in 88 milliseconds