HomeSort by: relevance | last modified time | path
    Searched defs:plabel (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ld.elf_so/arch/hppa/
hppa_reloc.c 128 * In the runtime architecture (ABI), PLABEL function pointers are
133 #define RTLD_MAKE_PLABEL(plabel) (((Elf_Addr)(plabel)) | (1 << 1))
138 * This is the PLABEL structure. The function PC and
140 * the actual PLABEL.
149 * For now allocated PLABEL structures are tracked on a
193 hppa_plabel *plabel; local in function:_rtld_relocate_nonplt_self
273 plabel = &hppa_plabel_pre[hppa_plabel_pre_next++];
275 plabel->hppa_plabel_pc = (Elf_Addr)
277 plabel->hppa_plabel_sl = (Elf_Addr)pltgot
336 hppa_plabel *plabel; local in function:_rtld_function_descriptor_alloc
765 volatile hppa_plabel plabel; local in function:_rtld_call_function_addr
    [all...]
hppa_reloc.c 128 * In the runtime architecture (ABI), PLABEL function pointers are
133 #define RTLD_MAKE_PLABEL(plabel) (((Elf_Addr)(plabel)) | (1 << 1))
138 * This is the PLABEL structure. The function PC and
140 * the actual PLABEL.
149 * For now allocated PLABEL structures are tracked on a
193 hppa_plabel *plabel; local in function:_rtld_relocate_nonplt_self
273 plabel = &hppa_plabel_pre[hppa_plabel_pre_next++];
275 plabel->hppa_plabel_pc = (Elf_Addr)
277 plabel->hppa_plabel_sl = (Elf_Addr)pltgot
336 hppa_plabel *plabel; local in function:_rtld_function_descriptor_alloc
765 volatile hppa_plabel plabel; local in function:_rtld_call_function_addr
    [all...]

Completed in 169 milliseconds