Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nlist_pa(4) [hpux man page]

nlist_pa(4)						     Kernel Interfaces Manual						       nlist_pa(4)

NAME
nlist_pa: nlist, nlist64 - structure formats for PA-RISC systems SYNOPSIS
Remarks The exact content of the structures defined below can be best found by examining It varies somewhat between various HP-UX implementations. This manpage describes on PA-RISC systems. For on Integrity systems, see nlist_ia(4). DESCRIPTION
and can be used to extract information from the symbol table in an object file (see nlist(3C)). They are basically the same tool except can only process SOM files on a PA-RISC 32-bit system while can process SOM and ELF files on either a PA-RISC 32-bit or 64-bit system. Since symbol tables are machine dependent (as defined in each implementation's copy of a header file, is defined to encapsulate the differ- ences. The nlist function, either or when used with the corresponding nlist structure, can be used to extract certain information about selected symbols in the symbol table. The data associated with each symbol is machine specific, thus only the name and position of the field in the function is standardized by HP-UX. The rest of the structure includes at least the value and type of the symbol. The names and meanings of all fields not standardized will change no more than necessary. SEE ALSO
nlist(3C), a.out(4). PA-RISC Systems Only nlist_pa(4)

Check Out this Related Man Page

nlist(3UCB)					     SunOS/BSD Compatibility Library Functions					       nlist(3UCB)

NAME
nlist - get entries from symbol table SYNOPSIS
/usr/ucb/cc [ flag ... ] file ... #include <nlist.h> int nlist(filename, nl); char *filename; struct nlist *nl; DESCRIPTION
nlist() examines the symbol table from the executable image whose name is pointed to by filename, and selectively extracts a list of values and puts them in the array of nlist structures pointed to by nl. The name list pointed to by nl consists of an array of structures contain- ing names, types and values. The n_name field of each such structure is taken to be a pointer to a character string representing a symbol name. The list is terminated by an entry with a NULL pointer (or a pointer to a NULL string) in the n_name field. For each entry in nl, if the named symbol is present in the executable image's symbol table, its value and type are placed in the n_value and n_type fields. If a symbol cannot be located, the corresponding n_type field of nl is set to zero. RETURN VALUES
Upon normal completion, nlist() returns the number of symbols that were not located in the symbol table. If an error occurs, nlist() returns -1 and sets all of the n_type fields in members of the array pointed to by nl to zero. SEE ALSO
nlist(3ELF), a.out(4) NOTES
Use of these interfaces should be restricted to only applications written on BSD platforms. Use of these interfaces with any of the system libraries or in multi-thread applications is unsupported. Only the n_value field is compatibly set. Other fields in the nlist structure are filled with the ELF (Executable and Linking Format) values (see nlist(3ELF) and a.out(4)). SunOS 5.10 3 May 1994 nlist(3UCB)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

tpmC for hp superdome

Hello all, we have here some hp superdomes with PA-RISC 8700 Processors and need to know how much tpmC / Processer .... Do anyone knows what we mean? THX for help.... :-) (1 Reply)
Discussion started by: ortsvorsteher
1 Replies

2. HP-UX

please help need HP-UX 11 for PA RISC

Im not asking for an illegal copy (but from what i understand if i have the system its not illegal to give it to me) just how to get a copy of hp-ux period i have some old hp visualize systems based on the PA8500 400mhz cpu spent days on the phone with hp they no nothing and there website is a... (6 Replies)
Discussion started by: maliqua
6 Replies

3. HP-UX

HP-UX 11i v2 for PA-RISC

Hello, i trying to get HP-UX 11i v2 for PA-RISC. I`im to poor to buy this system, so I`am asking that someone can help me. best regards email removed (1 Reply)
Discussion started by: mruczas
1 Replies

4. HP-UX

Change 32 bit to 64 bit Kernel

Hi, I'm using HPUX 11.11 on Vizualize B180L our productive machines have 64 bit kernel # file vmunix vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64) I got one test system, which should have the same HW (i was told it is the same HW) hpuxtest:/stand-->file... (3 Replies)
Discussion started by: funksen
3 Replies

5. UNIX for Dummies Questions & Answers

extract data from html tables

hi i need to use unix to extract data from several rows of a table coded in html. I know that rows within a table have the tags <tr> </tr> and so i thought that my first step should be to to delete all of the other html code which is not contained within these tags. i could then use this method... (8 Replies)
Discussion started by: Streetrcr
8 Replies

6. HP-UX

Does HP-UX On Itanium always come with PA-RISC compatibility

Does anybody know if HP-UX on Itanium always comes with backwards compatibility for PA-RISC applications? I've heard that there is an emulator called Aries which should do the trick, I just need to know if it always comes as standard with HP-UX Itanium systems. Any help would be greatly... (3 Replies)
Discussion started by: nialler
3 Replies

7. Shell Programming and Scripting

Concate 2 line into 1 line

Hi, 000732140470,DD,R,29.99 ,SOM=1 000732145376,DD,R,29.99 ,MOM=0,SOM=0 000732155320,DD,R,29.99 ,MOM=0 000732156860,DD,D,9.99 ,MOM=3,RNO=3,SOM=1 000732156921,DD,D,9.99 ,MOM=5,RNO=5,SOM=7 000732157461,DD,R,29.99 ,SOM=0 (6 Replies)
Discussion started by: vaskarbasak
6 Replies

8. HP-UX

WAS 6.1 ND/Lawson ERP/HP-UX 11.23 PA-RISC - unable to attach shared memory segment

I'm not an HP-UX Admin professional, but rather a Lawson ERP installer. I'm looking for clues on how to troubleshoot this issue. I have WAS 6.1 ND running on HP-UX 11.23 PA-RISC with the Lawson ERP application . When I start the Lawson application, no errors arise. When I start WAS app server, an... (4 Replies)
Discussion started by: mrvitas
4 Replies

9. HP-UX

Booting from a "broken" MirrorDisk UX device

I'm setting up mirroring on five different HP servers (2 Itanium and 3 PA-RISC) this week. The PA-RISC boxes are running HP-UX 11.11 with the latest patches and the Itaniums are on HP-UX 11.23 with the latest patch clusters. This is my first foray into MirrorDisk UX. I found a handy set of... (2 Replies)
Discussion started by: deckard
2 Replies

10. Shell Programming and Scripting

extract numbers from a word

Hi ppl, I am a bit lost on this...can some one assist. I know this can be down with awk or sed, but i cant get the exact syntax right. I need to only extract the numbers from a signle word ( eg abcd.123.xyz ) How can i extract 123 only ? Thanks (14 Replies)
Discussion started by: systemali
14 Replies

11. Shell Programming and Scripting

Script to extract data

Hi, Pleae find the attached files. I want to extract all the table names that has got * mark within its last column data. The doc file will give you a clear picture of what I am trying to do. Tables names in oval should be extracted in other file because it has got * mark in its last column data (5 Replies)
Discussion started by: db2cap
5 Replies

12. Shell Programming and Scripting

Convert file in csv or table

Hi there, i have a file like that in attachment (PLEVA3_280711_SAP.txt), i would extract some basic information from it and report in a new file or table like this: i try to use bash and i extract the single object in this way (see attach scriptino.sh), but i receive a strange... (5 Replies)
Discussion started by: alen192
5 Replies

13. HP-UX

Can igniteUX run on windows? or Solaris? to instal HP-UX on a PA-RISC?

Hellow, I want to get a PA-RISC C3750 running HP-UX. For that purpose I need to set up an ingniteUX server, on another machine, in order to shove the HP-UX into the target C3750. :rolleyes: Or so it seems. :confused: :confused: Question: Can I use a PC (Windows 7) to run ingnite? The ideia... (8 Replies)
Discussion started by: spitzer
8 Replies

14. Shell Programming and Scripting

Inputs required in decoding file on AIX- executable (RISC System/6000) or object module not stripped

Hi, We are in the process of migrating from AIX to Linux. There is a script of type "executable (RISC System/6000) or object module not stripped" on AIX and we are unable to read the contents of it. Is there a way to read the contents of the file on AIX, so that we can rewrite the code in... (3 Replies)
Discussion started by: venkatesh17
3 Replies