HomeSort by relevance Sort by last modified time
    Searched refs:elftype (Results 1 - 3 of 3) sorted by null

  /external/minijail/
minijail0.c 230 int *exit_immediately, ElfType *elftype)
473 *elftype = ELFSTATIC;
475 *elftype = ELFDYNAMIC;
553 if (*elftype == ELFERROR) {
570 *elftype = get_elf_linkage(program_path);
579 if (caps && *elftype == ELFSTATIC && !ambient_caps) {
595 ElfType elftype = ELFERROR; local
596 int consumed = parse_args(j, argc, argv, &exit_immediately, &elftype);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go 1130 func relSize(ctxt *Link, pn string, elftype uint32) uint8 {
1143 switch uint32(SysArch.Family) | elftype<<24 {
1145 Errorf(nil, "%s: unknown relocation type %d; compiled without -fpic?", pn, elftype)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldelf.go 1130 func relSize(ctxt *Link, pn string, elftype uint32) uint8 {
1143 switch uint32(SysArch.Family) | elftype<<24 {
1145 Errorf(nil, "%s: unknown relocation type %d; compiled without -fpic?", pn, elftype)

Completed in 317 milliseconds